h1 {
	font-family: grundschrift;
	font-size: 45px;
	color: Black;
	transform: rotate(8deg);
    moz-transform: rotate(8deg);
    webkit-transform: rotate(8deg);
    khtml-transform: rotate(8deg);
    ms-transform: rotate(8deg);
	
}

body {
	font-family: grundschrift; 
	font-size: 30px;
	color: #32211D;
	background-color: #999B9D;
}

.page {
	width: 60%;
	margin: auto;
}
.menu {
	color: black;
	padding: 10px; 
	width: 700px;
	height: 35px;
	position: absolute;
}
body {
	background-image: url(img/lettres.jpg);
	background-size: cover;
}